home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / vim_bin.zip / README < prev    next >
Text File  |  1993-01-12  |  2KB  |  56 lines

  1. README for version 1.24 of VIM: Vi IMitation.
  2.  
  3. VIM is an almost compatible version of the UNIX editor vi. Only the 'Q' 
  4. command is missing. Many new features have been added: multi level undo, 
  5. command line history, filename completion, quoting, etc. See difference.doc.
  6.  
  7. This editor is very useful for editing programs and other plain ASCII files. 
  8. All commands are given with normal keyboard characters, so those who can type 
  9. with ten fingers can work very fast. Function keys can be used for macros.
  10.  
  11. Vim currently runs under Amiga DOS, MSDOS and UNIX. Porting to other systems 
  12. should not be very difficult.
  13.  
  14. Documentation:
  15.       tutor/readme - one hour training course for beginners
  16.      reference.doc - complete reference of all VIM commands
  17.     difference.doc - summarizes the differences with UNIX vi
  18.          index - alfabetical list of commands
  19.           unix.doc - remarks for unix
  20.          msdos.doc - remarks for MSdos
  21.  
  22. Vim is Public Domain. You can copy it as much as you like. If you want to 
  23. distribute a modified version of the source code please contact me first.
  24.  
  25. Installation on the Amiga:
  26. - Put "arp.library" in "libs:" (always required).
  27. - Assign "vim:" to the directory where the vim.hlp file is (for the help 
  28.   command).
  29. - With DOS 1.3 or earlier: make sure that newcli and run are in "c:" (for 
  30.   executing external commands).
  31. - Put a shell that accepts a command with "-c" (e.g. "Csh" from Fish disk 
  32.   624) in "c:" or in any other directory that is in your search path (for 
  33.   executing external commands).
  34.  
  35. If you have sufficient memory you can avoid startup delays by making Vim and 
  36. csh resident with the command "rez csh vim". You will have to put 
  37. "rezlib.library" in your "libs:" directory. Under 2.0 you will need rez 
  38. version 0.5.
  39.  
  40. If you do not use digraphs, you can save some memory by recompiling without 
  41. the DIGRAPHS option. If you want to use Vim with other terminals you can 
  42. recompile with the TERMCAP option. See the makefiles.
  43.  
  44. Please send comments, bug reports and suggestions to:
  45.  
  46.     Bram Moolenaar
  47.     Clematisstraat 30
  48.     5925 BE  Venlo
  49.     The Netherlands
  50.  
  51. UUCP E-mail:    mool@oce.nl
  52.  
  53. Note: The files may have been placed in zoo files to save disk space.
  54.       Unzoo with the command "zoo x// vim_src.zoo". Be sure to have enough
  55.       disk space.
  56.